Skip to content

docs(i18n): add Italian (it) translation guidelines"#62685

Open
SruthiSathya wants to merge 1 commit intoapache:mainfrom
SruthiSathya:it-locale-guidelines
Open

docs(i18n): add Italian (it) translation guidelines"#62685
SruthiSathya wants to merge 1 commit intoapache:mainfrom
SruthiSathya:it-locale-guidelines

Conversation

@SruthiSathya
Copy link

Why

With recent agentic evolution, integrating LLM CLIs (e.g., Claude Code, Copilot CLI, Gemini CLI) through manually rendered prompts (such as in #55917) creates maintenance overhead and tight coupling to specific tools.

Introducing a structured Agent Skills framework under .github/skills/:

  • Provides a generic, tool-agnostic solution
  • Reduces maintenance burden
  • Improves consistency across locales
  • Makes terminology rules explicit and centralized
  • Enables scalable automation for future locale additions

This approach clearly separates:

  • Global Airflow terminology rules
  • Locale-specific translation guidelines

which improves clarity and long-term maintainability.

How

Add Airflow terminology–specific translation skills under .github/skills/translation.

For SKILL.md, we should only mention global-level Airflow terminology guidelines.

e.g., use Dag instead of DAG; some Airflow terms should remain in English, such as Dag and XCom.
Each locales/{locale-name}.md file should document locale-specific guidelines, based on the existing locale files under airflow-core/src/airflow/ui/public/i18n/locales/{locale-name}/.

.github/skills/airflow-translations
├── locales
│   ├── it.md
│   # ... all the locales we currently have, each with locale-specific skills
│   └── zh-TW.md
└── SKILL.md # global-level Airflow terminology guidelines

If your locale does not yet have ‎airflow-core/src/airflow/ui/public/i18n/locales/{locale-name}/README.md:

Please describe why we selected specific terms for the local translation in that file.

Sub-issues

  • Global-level agent skills
  • Locale-specific agent skills

Committer

[x] I acknowledge that I am a maintainer/committer of the Apache Airflow project.

@boring-cyborg
Copy link

boring-cyborg bot commented Mar 2, 2026

Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide (https://github.com/apache/airflow/blob/main/contributing-docs/README.rst)
Here are some useful points:

  • Pay attention to the quality of your code (ruff, mypy and type annotations). Our prek-hooks will help you with that.
  • In case of a new feature add useful documentation (in docstrings or in docs/ directory). Adding a new operator? Check this short guide Consider adding an example DAG that shows how users should use it.
  • Consider using Breeze environment for testing locally, it's a heavy docker but it ships with a working Airflow and a lot of integrations.
  • Be patient and persistent. It might take some time to get a review or get the final approval from Committers.
  • Please follow ASF Code of Conduct for all communication including (but not limited to) comments on Pull Requests, Mailing list and Slack.
  • Be sure to read the Airflow Coding style.
  • Always keep your Pull Requests rebased, otherwise your build might fail due to changes not related to your commits.
    Apache Airflow is a community-driven project and together we are making it better 🚀.
    In case of doubts contact the developers at:
    Mailing List: dev@airflow.apache.org
    Slack: https://s.apache.org/airflow-slack

@boring-cyborg boring-cyborg bot added area:dev-tools backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch labels Mar 2, 2026
Copy link
Contributor

@sjyangkevin sjyangkevin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Would appreciate if Italian translation owner can have a look at it when you have time. @bbovenzi, @aoelvp94 .

@jason810496 jason810496 added area:translations translation:it and removed area:dev-tools backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch labels Mar 2, 2026
Introduce locale-specific translation rules for Italian UI strings, including plural forms, placeholders handling, tone, terminology, and spacing conventions.

Closes apache#61996
@SruthiSathya SruthiSathya force-pushed the it-locale-guidelines branch from ce4e909 to be6d583 Compare March 2, 2026 05:15
@jason810496 jason810496 requested review from bbovenzi and removed request for amoghrajesh, ashb, jscheffl, kaxil and potiuk March 2, 2026 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants